TextureImage

Undocumented in source.

Constructors

this
this(Image image, uint textureUnit)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

bind
void bind(uint unit)
Undocumented in source. Be warned that the author may not have intended to support it.
borderColor
void borderColor(Color_RGBA color)
Undocumented in source. Be warned that the author may not have intended to support it.
filters
void filters(TextureFilter min, TextureFilter mag)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
uint opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source. Be warned that the author may not have intended to support it.
wrapping
void wrapping(TextureWrapping s)
Undocumented in source. Be warned that the author may not have intended to support it.
wrapping
void wrapping(TextureWrapping s, TextureWrapping t)
Undocumented in source. Be warned that the author may not have intended to support it.
wrapping
void wrapping(TextureWrapping s, TextureWrapping t, TextureWrapping r)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

id
uint id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
image
Image image [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
image
Image image [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta